API Gateway IAM Authorizer using Cognito w/ React site | Serverless Security

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

Комментарии • 21

  • @foobar_codes
    @foobar_codes  3 года назад +1

    Check the *last video* of this series about AWS WAF with API Gateway: ruclips.net/video/H4vb7BiytDE/видео.html

  • @Mem-qv7fh
    @Mem-qv7fh 2 года назад

    Hello, Thank you very much I was trying to impletment restricted access to endpoints managed by user group for a fews days now. I was stuck and you video allowed me to restart from a good basis and now the job is done 😁

  • @jerardor
    @jerardor 4 года назад +1

    Excelente Marcia, me resultó super útil, seguí así que este es un nicho en donde hacen mucha falta autores.

  • @mdelclaro
    @mdelclaro 5 лет назад +3

    You could do something like a series where you show us the first steps since configuring everything on AWS console :)

    • @makeithappen2024
      @makeithappen2024 5 лет назад +1

      A vid on how to configure this on console would be great

  • @bytigrox
    @bytigrox 4 года назад +1

    Muchas Gracias Marcia!!, me fue muy útil el video.

    • @foobar_codes
      @foobar_codes  4 года назад +1

      Genial

    • @bytigrox
      @bytigrox 4 года назад +1

      @@foobar_codes Marcia una consulta, he estado guiándome de este tutorial, espero explicarme bien. cree un bucket y lo deje público, con el comando sam package, me genera el paquete y lo sube al bucket, pero al momento de ejecutar sam deploy, me da un error: "Your access has been denied by S3, please make sure your request credentials have permission to GetObject for template-test-bucket-lsr/7c5c1e330847a11b762d945339ee9f68. S3 Error Code: AccessDenied. S3 Error Message: Access Denied (Service: AWSLambdaInternal; Status Code: 403; Error Code: AccessDeniedException; Request ID: 489e5bb5-e487-4312-9a00-c5c2c90c5add; Proxy: null)". Probé creando una lambda desde la consola y cargando el package desde s3 y me da el mismo error, luego intente descargar el package subido y el mismo error. Para finalizar tome el codigo del build y lo cargue al bucket como zip y en el package.yaml apunte al zip y el deploy funciono sin problemas, será problema del bucket?

    • @bytigrox
      @bytigrox 4 года назад

      listo solucionado!! :)

  • @rolestr
    @rolestr 4 года назад +1

    Hola. Muy bueno el video. Muy claro todo. Tendrás un ejemplo similar con el Serverless Framework?

    • @foobar_codes
      @foobar_codes  4 года назад +1

      si aca tengo dos videos :) ruclips.net/video/-ZrYlsEBLmo/видео.html y ruclips.net/video/4QwWY9Fg4p4/видео.html

    • @rolestr
      @rolestr 4 года назад +1

      @@foobar_codes Muchas Grácias!. Creo que eres la única que sube videos detallados con este contenido super valioso.

  • @mdelclaro
    @mdelclaro 5 лет назад +2

    Thank you! And please continue doing this because we can't find many quality content like this on our community!

  • @Saurabh_Mishra21
    @Saurabh_Mishra21 4 года назад +1

    Get tutorial.. It saved my day...

  • @Saurabh_Mishra21
    @Saurabh_Mishra21 4 года назад +1

    Facing cors issue while adding default lambda authorizer to AddDefaultAuthorizerToCorsPreflight :False

  • @codenjourney6656
    @codenjourney6656 4 года назад +1

    Nice one

  • @pauljackson6119
    @pauljackson6119 4 года назад +1

    Thank you. Videos are great and exactly what I have been looking for, however you do move very quickly when demonstrating. Please keep producing content.

    • @foobar_codes
      @foobar_codes  4 года назад

      Thanks. You can always pause the video, rewind it or play it in slow speed. And all the code is available in github.com. If you have any questions let me know and I m happy to help

  • @TheAbhijeetsinghahuj
    @TheAbhijeetsinghahuj 4 года назад

    How to fetch user's info like email, phone, name etc. in the lambda?

  • @edfrazier
    @edfrazier 4 года назад

    running the final code from github is anyone getting the error "failed to load response data"? LAMBDA is sending the response back but the client has null